'DeclarationPublic ReadOnly Property AsyncWaitHandle As WaitHandle
'UsageDim instance As ChannelAsyncOperation(Of T) Dim value As WaitHandle value = instance.AsyncWaitHandle
public WaitHandle AsyncWaitHandle {get;}
public: property WaitHandle^ AsyncWaitHandle { WaitHandle^ get(); }